/* Zuse Developed Seat Map Editor CSS */

div.seatCharts-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div.seatCharts-cell {
    height: 64px;
    width: 64px;
    line-height: 64px; /* Vertically center the number */
    margin: 3px;
    float: left;
    text-align: center;
    outline: none;
    color: black; /* Ensure the number inside the seat is black */
}

div.seatCharts-seat {
    background-color: white; /* Background color of the seat */
    border: 1px solid #9E9E9E; /* Gray border */
    border-radius: 8px; /* Rounded corners */
    cursor: pointer;
    color: black; /* Text color inside the seat */
    display: flex;
    flex-direction: column;
}

.dark div.seatCharts-seat {
    background-color: rgb(0, 0, 0); /* Background color of the seat */
    border: 1px solid #9E9E9E; /* Gray border */
    color: rgb(255, 255, 255); /* Text color inside the seat */
}

div.seatCharts-seat:focus {
	border: none;
}

/*
.seatCharts-seat:focus {
	outline: none;
}
*/

/*
div.seatCharts-space {
	background-color: white;
}
*/

:is(.dark) div.seatCharts-space {
	color: white;
}

/*
div.seatCharts-row {
	height: 50px;
}
*/

div.seatCharts-row:after {
	clear: both;
}

/*div.seatCharts-seat.selected {
	background-color: aqua;
}*/

/*
div.seatCharts-seat.focused {
	background-color: #6db131;
}

div.seatCharts-seat.available {
	background-color: green;
}
*/

/*div.seatCharts-seat.unavailable {
	background-color: red;
	cursor: not-allowed;
}*/

ul.seatCharts-legendList {
	list-style: none;
}
li.seatCharts-legendItem {
	margin-top: 5px;
	line-height: 2;
}

/*jquery.seat.css*/
/*body {
    font-family: 'Lato', sans-serif;
}*/
a {
	/*  color: #b71a4c;*/
	color: #2fa4e7;
}
.front-indicator {
	width: 215px;
	margin: 5px 32px 15px 32px;
	background-color: #f6f6f6;
	/*color: #adadad;*/
	text-align: center;
	padding: 3px;
	border-radius: 3px;
}
.wrapper {
	width: 100%;
	text-align: center;
}
.container {
	margin: 0 auto;
	/*width: inherit;*/ /*modified for us*/
	/*width: 500px;*/ /*default*/
	text-align: left;
}
.booking-details {
	/*float: left;*/
	text-align: left;
	/*margin-left: 35px;*/
	/*font-size: 14px;*/
	/*font-size: 12px;*/  /*original*/
	position: relative;
	/*height: 401px;*/
}
.booking-details h2 {
	margin: 25px 0 20px 0;
	font-size: 17px;
}
.booking-details h3 {
	margin: 5px 5px 0 0;
	font-size: 14px;
}
div.seatCharts-cell {
	color: #182C4E;
	height: 54px;
	width: 54px;
	line-height: 54px;
	/*box-sizing: border-box;*/

}
div.seatCharts-seat {
	color: #FFFFFF;
	cursor: pointer;
}
div.seatCharts-row {
	height: 64px;
	/*box-sizing: border-box;*/
}

div.seatCharts-seat.available {
    width: 54px;
            height: 54px;
            border: 1.3px solid #4B5563;
            border-radius: 8px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-family: Arial, sans-serif;
            position: relative;
			 cursor: pointer;
             font-size: 18px;
            color: #4A4A4A;
            padding-bottom: 10px;
}

.dark div.seatCharts-seat.available {
            border: 1.3px solid #e3e4e6;
            color: #ffffff;
}


/* .available::before {
    content: "";
    width: 100%;
    height: 7px;
    background-color: #07d85e;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 6px 6px;
    border-top: 1.4px solid #4A4A4A;
    z-index: 2;
} */

.available::before {
    position: absolute;
    top: 94%;
    transform: translateY(-50%);
}
.available::after {
    content: "";
    width: 20px;
    height: 4px;
    background-color: white;
    border: 1.4px solid #4A4A4A;
    border-radius: 8px;
    position: absolute;
    bottom: 12px;
}

.available::before {
    content: "";
    width: 100%;
    height: 7px;
    background-color:var(--dynamic-color);
    position: absolute;
    bottom: 0;
    border-radius: 0 0 6px 6px;
    border-top: 1.4px solid #4A4A4A;
}

/* .seat-underline {
    margin-top: -20px;
    width: 20px;
    height: 2px;
    background-color: white;

    border: 2px solid #4A4A4A;
    border-radius: 8px;
} */


div.seatCharts-seat.ladies-only {
	background-color: #F763C6;
    color: #ffffff;

}

div.seatCharts-seat.focused {
	background-color: #3d4dfe;
}

div.seatCharts-seat.selected {
	background-color: #39A339;
}

div.seatCharts-seat.unavailable {
	background-color: #C73535;
}
:is(.dark) div.seatCharts-seat.unavailable {
	color: #2d2d2d;
}

div.seatCharts-seat.booking-in-progress {
	background-color:  #2d2d2d;
}

div.seatCharts-seat.booked-by-gents {
	background-color:  #413bff;
}

.dark div.seatCharts-seat.booked-by-gents {
	background-color:  #413bff;
    color: #ffffff;
    border: 2px solid #e3e4e6;
}

div.seatCharts-seat.booked-by-ladies {
	background-color:  #f763c6;
}

.dark div.seatCharts-seat.booked-by-ladies {
	background-color:  #f763c6;
    color: #ffffff;
    border: 2px solid #e3e4e6;
}

div.seatCharts-seat.agent-reserved {
    background-color: #1e429e;
    position: relative; /* Ensure relative positioning for the pseudo-element */
}

.dark div.seatCharts-seat.agent-reserved {
    background-color: #4B0082;
    color: #ffffff;
    border: 2px solid #e3e4e6;
}


div.seatCharts-seat.not-provided {
	background-color: #F5F5DC;
    border: 1.3px solid #4B5563;
    color: #4A4A4A;

}

div.seatCharts-container {
	/*border-right: 1px dotted #adadad;*/
	/*width: 200px;*/
	/*width: inherit;*/
	/*padding: 0px; modified for us*/
	/*float: left;*/
}

div.seatCharts-legend {
	padding-left: 0px;
	/*    position: absolute;*/
	position: relative;
	/*bottom: 16px;*/
	margin-bottom: inherit;
}
ul.seatCharts-legendList {
	padding-left: 0px;
	/* padding-top: 15px; */
}
span.seatCharts-legendDescription {
	margin-left: 5px;
	line-height: 40px;
}
.checkout-button {
	display: block;
	margin: 10px 0;
	font-size: 14px;
}
#selected-seats {
	max-height: 90px;
	overflow-y: scroll;
	overflow-x: none;
	width: 170px;
}

